Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-220576 | CISC-ND-000150 | SV-220576r960840_rule | Medium |
Description |
---|
By limiting the number of failed logon attempts, the risk of unauthorized system access via user password guessing, otherwise known as brute-forcing, is reduced. |
STIG | Date |
---|---|
Cisco IOS Switch NDM Security Technical Implementation Guide | 2024-06-10 |
Check Text ( C-22291r507774_chk ) |
---|
Review the Cisco switch configuration to verify that it enforces the limit of three consecutive invalid logon attempts as shown in the example below: login block-for 900 attempts 3 within 120 Note: The configuration example above will block any logon attempt for 15 minutes after three consecutive invalid logon attempts within a two-minute period. If the Cisco switch is not configured to enforce the limit of three consecutive invalid logon attempts, this is a finding. |
Fix Text (F-22280r507775_fix) |
---|
Configure the Cisco switch to enforce the limit of three consecutive invalid logon attempts as shown in the example below: SW2(config)#login block-for 900 attempts 3 within 120 |